Version

ResourceProviderWithOverrides<T> Class Members

The following tables list the members exposed by ResourceProviderWithOverrides<T>.

Public Properties
 NameDescription
Public PropertyIsHighContrastReturns true if the system theme is a high contrast theme (read-only). (Inherited from Infragistics.Controls.Primitives.ResourceProvider)
Public PropertyIsHighContrastSupportedDetermines whether controls will be rendered in high contrast based on the current system settings (read-only).  
Public PropertyResourceOverridesGets/sets an optional System.Windows.ResourceDictionary that contains resources keyed by the enum values of T that will be used instead of the the corresponding defalse values.  
Public PropertyResourceOverridesHighContrastGets/sets an optional System.Windows.ResourceDictionary that contains resources keyed by the enum values of T that will be used instead of the the corresponding defalse values.  
Public PropertyResourceVersionReturns a version number that will get bumped every time InvalidateResources is called. (Inherited from Infragistics.Controls.Primitives.ResourceProvider)
Protected Properties
 NameDescription
Protected PropertyDefaultResourcesGets/sets a System.Windows.ResourceDictionary that contains the default resources for all values of T.  
Protected PropertyDefaultResourcesHighContrastGets/sets a System.Windows.ResourceDictionary that contains the default resources for all values of T.  
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected Internal PropertyIsLoadingReturns true between calls to BeginInit and EndInit  
Public Methods
 NameDescription
Public MethodBeginInitCalled when object initialization is beginning  
Public MethodEndInitCalled when object initialization has ended  
Public MethodInvalidateResourcesOverridden. Called to invalidate any cached resources  
Protected Methods
 NameDescription
Protected MethodGetResourceOverridden. Returns a value for a specific id  
Protected MethodIsResourceValidReturns true if this is a valid resource  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodOnSystemColorsChangedCalled when the system colors have changed (Inherited from Infragistics.Controls.Primitives.ResourceProvider)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also